LAMP game engine message list

// Internal Messages

 Message    code        param1     param2    ptr1       comments
XCHAR       0x01XXXXXX   key                            // issued when a key, without a default game action, is pressed

 Message    code        param1     param2    ptr1       comments

NULL_MSG    0x00000000
MOVE        0x02XXXXXX    x          y       Thing *    // all purpose move instruction, (x,y) is the displacement vector
PICK        0x00000000    0          0       Being *    // pick thing in beings coordinates
DROP        0x00000000  Thing *      0       Being *    // drop thing in beings coordinates
WALK        0x02010000  Direction   Map*     Being *    // walk in designated Direction
RUN         0x02020000    x          y       Being *











MIGUEL
EOF
